home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C++ / Applications / Quotes 1.0 / src / balloons.r next >
Encoding:
Text File  |  1995-12-12  |  9.6 KB  |  298 lines  |  [TEXT/KAHL]

  1. #include <BalloonTypes.r>
  2. #include <Types.r>
  3. #include "interface.h"
  4.  
  5. resource 'hmnu' (MENU_APPLE, purgeable) {
  6.     HelpMgrVersion;
  7.     hmDefaultOptions;
  8.     0;
  9.     0;
  10.     HMSkipItem {
  11.     }
  12.     {
  13.         HMSkipItem {
  14.         }
  15.         HMStringItem {
  16.             "Displays information about the version of the Quotes application.";
  17.             "";
  18.             "";
  19.             "";
  20.         }
  21.     }
  22. };
  23.  
  24. resource 'hmnu' (MENU_FILE, purgeable) {
  25.     HelpMgrVersion;
  26.     hmDefaultOptions;
  27.     0;
  28.     0;
  29.     HMSkipItem {
  30.     }
  31.     {
  32.         HMStringItem {
  33.             "File menu\n\nUse this menu to open, close and save documents, or to quit the Quotes application.";
  34.             "";
  35.             "This menu is not available because it cannot be used with the dialog box on your screen.";
  36.             "This item is not available because it cannot be used with the dialog box on your screen.";
  37.         }
  38.         HMStringItem {
  39.             "Opens the document you specify, selecting a quote at random.";
  40.             "";
  41.             "";
  42.             "";
  43.         }
  44.         HMStringItem {
  45.             "Closes the active window.";
  46.             "Closes the active window. Not available because no window is open.";
  47.             "";
  48.             "";
  49.         }
  50.         HMSkipItem {
  51.         }
  52.         HMStringItem {
  53.             "Saves the changes you have made to the active document.";
  54.             "Saves the changes you have made to the active document. Not available because you have not made any changes or no document is open.";
  55.             "";
  56.             "";
  57.         }
  58.         HMStringItem {
  59.             "Creates a copy of the active document with the name and location you specify.";
  60.             "Creates a copy of the active document with the name and location you specify. Not available because no document is open.";
  61.             "";
  62.             "";
  63.         }
  64.         HMSkipItem {
  65.         }
  66.         HMStringItem {
  67.             "Quits the Quotes application.";
  68.             "";
  69.             "";
  70.             "";
  71.         }
  72.     }
  73. };
  74.  
  75. resource 'hmnu' (MENU_EDIT, purgeable) {
  76.     HelpMgrVersion;
  77.     hmDefaultOptions;
  78.     0;
  79.     0;
  80.     HMSkipItem {
  81.     }
  82.     {
  83.         HMStringItem {
  84.             "Edit menu\n\nUse this menu to cancel your last action, or to copy the current quote to the Clipboard.";
  85.             "Edit menu\n\nUse this menu to cancel your last action, or to copy the current quote to the Clipboard. Not available because no window is open.";
  86.             "This menu is not available because it cannot be used with the dialog box on your screen.";
  87.             "This item is not available because it cannot be used with the dialog box on your screen.";
  88.         }
  89.         HMStringItem {
  90.             "Cancels your last action.";
  91.             "Cancels your last action. Not available because your last action cannot be canceled.";
  92.             "";
  93.             "";
  94.         }
  95.         HMSkipItem {
  96.         }
  97.         HMSkipItem {
  98.         }
  99.         HMStringItem {
  100.             "Copies the text of the current quote and places it on the Clipboard.\n\nTip: Copies the author's address when the About Quotes window is active.";
  101.             "Copies the text of the current quote and places it on the Clipboard. Not available because there is open document.";
  102.             "";
  103.             "";
  104.         }
  105.         HMSkipItem {
  106.         }
  107.         HMSkipItem {
  108.         }
  109.         HMSkipItem {
  110.         }
  111.     }
  112. };
  113.  
  114. resource 'hmnu' (MENU_QUOTES, purgeable) {
  115.     HelpMgrVersion;
  116.     hmDefaultOptions;
  117.     0;
  118.     0;
  119.     HMSkipItem {
  120.     }
  121.     {
  122.         HMStringItem {
  123.             "Quotes menu\n\nUse this menu to select a quote from the active document.";
  124.             "Quotes menu\n\nUse this menu to select a quote from the active document. Not available because no document is open.";
  125.             "This menu is not available because it cannot be used with the dialog box on your screen.";
  126.             "This item is not available because it cannot be used with the dialog box on your screen.";
  127.         }
  128.         HMStringItem {
  129.             "Shows the first quote of the active document.";
  130.             "Shows the first quote of the active document. Not available because the first quote is already displayed or no document is open.";
  131.             "";
  132.             "";
  133.         }
  134.         HMStringItem {
  135.             "Shows the quote preceeding the current quote.";
  136.             "Shows the quote preceeding the current quote. Not available because the first quote is already displayed or no document is open.";
  137.             "";
  138.             "";
  139.         }
  140.         HMStringItem {
  141.             "Shows the quote following the current quote.";
  142.             "Shows the quote following the current quote. Not available because the last quote is already displayed or no document is open.";
  143.             "";
  144.             "";
  145.         }
  146.         HMStringItem {
  147.             "Shows the last quote of the active document.";
  148.             "Shows the last quote of the active document. Not available because the last quote is already displayed or no document is open.";
  149.             "";
  150.             "";
  151.         }
  152.         HMSkipItem {
  153.         }
  154.         HMStringItem {
  155.             "Shows an arbitrary quote from the active document.";
  156.             "Shows an arbitrary quote from the active document. Not available because no document is open.";
  157.             "";
  158.             "";
  159.         }
  160.         HMStringItem {
  161.             "Shows the quote you specify from the active document.";
  162.             "Shows the quote you specify from the active document. Not available because this feature has not been written.";
  163.             "";
  164.             "";
  165.         }
  166.     }
  167. };
  168.  
  169. resource 'hmnu' (MENU_SPEECH, purgeable) {
  170.     HelpMgrVersion;
  171.     hmDefaultOptions;
  172.     0;
  173.     0;
  174.     HMSkipItem {
  175.     }
  176.     {
  177.         HMStringItem {
  178.             "Speech menu\n\nUse this menu to hear the current quote spoken, or to change the voice of the active document or to change the default voice when no document is open.";
  179.             "Speech menu\n\nUse this menu to hear the current quote spoken, or to change the voice of the active document or to change the default voice when no document is open. Not available because speech software has not been installed.";
  180.             "This menu is not available because it cannot be used with the dialog box on your screen.";
  181.             "This item is not available because it cannot be used with the dialog box on your screen.";
  182.         }
  183.         HMStringItem {
  184.             "Speaks all the text in the document aloud, using the currently checked voice from the Voices submenu, below.";
  185.             "Speaks all the text in the document aloud, using the currently checked voice from the Voices submenu, below. Not available because the computer is speaking or no document is open.";
  186.             "";
  187.             "";
  188.         }
  189.         HMStringItem {
  190.             "Quiets any speaking you here right now.";
  191.             "Quiets any speaking you started. Not available because there is nothing being spoken at the moment.";
  192.             "";
  193.             "";
  194.         }
  195.     }
  196. };
  197.  
  198. resource 'hmnu' (MENU_FONT, purgeable) {
  199.     HelpMgrVersion;
  200.     hmDefaultOptions;
  201.     0;
  202.     0;
  203.     HMStringItem {
  204.         "To use this font in the active document or to change the default font when no document is open, choose it from this menu.";
  205.         "To use this font in the active document or to change the default font when no document is open, choose it from this menu. Not available because the active document is not a text document.";
  206.         "This is the currently selected font. To change to another font, choose one from this menu.";
  207.         "This is the default font. To change to another font, choose one from this menu.";
  208.     }
  209.     {
  210.         HMStringItem {
  211.             "Font menu\n\nUse this menu to change the font used for text in a document or to change the default font when no document is open.";
  212.             "Font menu\n\nUse this menu to change the font used for text in a document or to change the default font when no document is open. Not available because the active document is not a text document.";
  213.             "This menu is not available because it cannot be used with the dialog box on your screen.";
  214.             "This item is not available because it cannot be used with the dialog box on your screen.";
  215.         }
  216.     }
  217. };
  218.  
  219. resource 'hmnu' (MENU_SIZE, purgeable) {
  220.     HelpMgrVersion;
  221.     hmDefaultOptions;
  222.     0;
  223.     0;
  224.     HMStringItem {
  225.         "To use this font size in the active document or to change the default font size when no document is open, choose it from this menu.";
  226.         "To use this font size in the active document or to change the default font size when no document is open, choose it from this menu. Not available because the active document is not a text document.";
  227.         "This is the currently selected font size. To change to another size, choose one from this menu.";
  228.         "This is the default font size. To change to another size, choose one from this menu.";
  229.     }
  230.     {
  231.         HMStringItem {
  232.             "Size menu\n\nUse this menu to change the font size used for text in a document or to change the default font size when no document is open.";
  233.             "Size menu\n\nUse this menu to change the font size used for text in a document or to change the default font size when no document is open. Not available because the active document is not a text document.";
  234.             "This menu is not available because it cannot be used with the dialog box on your screen.";
  235.             "This item is not available because it cannot be used with the dialog box on your screen.";
  236.         }
  237.     }
  238. };
  239.  
  240. resource 'hmnu' (MENU_VOICES, purgeable) {
  241.     HelpMgrVersion;
  242.     hmDefaultOptions;
  243.     0;
  244.     0;
  245.     HMStringItem {
  246.         "One of the possible voices to speak with. Choose this item to speak with this voice next time you speak.";
  247.         "One of the possible voices to speak with. Choose this item to speak with this voice next time you speak. Not available because the computer is speaking.";
  248.         "The voice that will be used to speak with next time you speak.";
  249.         "";
  250.     }
  251.     {
  252.     }
  253. };
  254.  
  255. resource 'hmnu' (MENU_WINDOW_7, purgeable) {
  256.     HelpMgrVersion;
  257.     hmDefaultOptions;
  258.     0;
  259.     0;
  260.     HMStringItem {
  261.         "Brings this window to the front.";
  262.         "";
  263.         "This is the active window.";
  264.         "";
  265.     }
  266.     {
  267.         HMStringItem {
  268.             "Windows menu\n\nUse this menu to bring various windows to the front, even if they're obscured by other windows. ";
  269.             "Windows menu\n\nUse this menu to bring various windows to the front, even if they're obscured by other windows. Not available because no windows are open.";
  270.             "This menu is not available because it cannot be used with the dialog box on your screen.";
  271.             "This item is not available because it cannot be used with the dialog box on your screen.";
  272.         }
  273.     }
  274. };
  275.  
  276. resource 'hmnu' (kHMHelpMenuID, purgeable) {
  277.     HelpMgrVersion;
  278.     hmDefaultOptions;
  279.     0;
  280.     0;
  281.     HMSkipItem {
  282.     }
  283.     {
  284.         HMStringItem {
  285.             "Displays information about using the Quotes application.";
  286.             "Displays information about using the Quotes application. Not available because it cannot be used with the dialog box on your screen.";
  287.             "";
  288.             "";
  289.         }
  290.     }
  291. };
  292.  
  293. resource 'STR#' (BALLOON_STRINGS) {
  294.     {
  295.         "Size box\n\nTo change the height and width of the window, drag the size box.";
  296.     }
  297. };
  298.